home *** CD-ROM | disk | FTP | other *** search
/ Champak 138 / Volume 138 Aug 19 2011 - Damaged.iso / Games / winter_challenge.swf / scripts / DefineButton2_228 / BUTTONCONDACTION on(release, keyPress Enter).as
Text File  |  2011-08-19  |  155b  |  7 lines

  1. on(release, keyPress "<Enter>"){
  2.    _root.removeLandmarks();
  3.    _root.stopAllSounds();
  4.    _root.myStopAllSouds();
  5.    _root.gotoAndPlay("course4");
  6. }
  7.